home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / ALEXLEVI / DEMO / ML_EDIT.HLP (.txt) < prev    next >
Borland Turbo Vision Help  |  1994-02-16  |  67KB  |  1,299 lines

  1. FBHFc
  2.  Multi-Language Editor
  3. (Turbo Pascal/Turbo Vision Editor & Alex Levitas' Utilities demonstration) =
  4. Welcome to Multi-Language Editor and Alex Levitas' utilities demo. This is a demonstration program - editor with multi-language support (keyboard map, screen & printer fonts) - that allows you to view some of the capablilities of Turbo Pascal/Turbo Vision and some of the capablilities of Alex Levitas' Utilities - Multi-Language Support Kit, Print Manager and simple gadgets. The 
  5.  menu is accessed by pressing Alt-Space.  All the other menus are accessed by pressing Alt-Z, where Z is the first letter of the menu.  For example, the "File" menu is pulled down by Alt-F. )
  6. Press ESC to put this help screen away. 
  7.  File Editor
  8. A file editor allows editing of a text file. A file is loaded via the File
  9. Open menu item. M
  10.  Insert & Delete Commands
  11.   Insert mode on/off    
  12.  Ctrl+V or Ins
  13.   Delete line           
  14.  Ctrl+Y
  15.   Delete to end of line 
  16.  Ctrl+Q Y
  17.   Delete character left 
  18.  Ctrl+H or Backspace
  19.   Delete character      
  20.  Ctrl+G or Del
  21.   Delete word right     
  22.  Ctrl-T
  23.  Cursor Movement Commands
  24.   Character left  
  25.  Ctrl+S or Left arrow
  26.   Character right 
  27.  Ctrl+D or Right arrow
  28.   Word left       
  29.  Ctrl+A or Ctrl+Left arrow
  30.   Word right      
  31.  Ctrl+F or Ctrl+Right arrow
  32.   Line up         
  33.  Ctrl+E or Up arrow
  34.   Line down       
  35.  Ctrl+X or Down arrow
  36.   Page up         
  37.  Ctrl+R or PgUp
  38.   Page down       
  39.  Ctrl+C or PgDn
  40.  Block Commands
  41.   Mark block begin    
  42.  Ctrl+K B
  43.   Mark block end      
  44.  Ctrl+K K
  45.   Mark single word    
  46.  Ctrl+K T
  47.   Delete block        
  48.  Ctrl+K Y
  49.   Copy to clipboard   
  50.  Ctrl+Ins
  51.   Cut to clipboard    
  52.  Shift+Del
  53.   Delete block        
  54.  Ctrl+Del
  55.   Paste to clipboard  
  56.  Shift+Ins
  57.  Miscellaneous Editor Commands
  58.   Menu bar             
  59.                        
  60.   Save and edit        
  61.  Ctrl+K S or F2
  62.   Open file            
  63.   Close active window  
  64.  Alt+F3
  65.   Switch active window 
  66.                        
  67.   Tab                  
  68.  Ctrl+I or Tab
  69.                        
  70.   Find                 
  71.  Ctrl+Q F
  72.   Find & Replace       
  73.  Ctrl+Q A
  74.   Repeat last find     
  75.  Ctrl+L
  76.                        
  77.   Abort operation      
  78. File editors can be resized and moved using the Windows menu. 
  79.  (System) menu 
  80.     (Alt-Spacebar)
  81. The System menu appears on the far left of the menu bar and is represented by the 
  82.  symbol. (
  83. When you pull down the 
  84.  menu, you see U
  85.   About
  86.   VGA
  87. Editor
  88.   Epson
  89. Editor
  90.   Keyboard
  91. Editor
  92.   Print
  93. Manager
  94. About 
  95. When you choose the About command from the 
  96.  (System) menu, a dialog box appears, showing copyright and version information. G
  97. To close the box, press Esc, Space, or Enter, or click the OK button. 
  98.  File  (Alt-F) 
  99. The File menu includes choices for opening and saving files, changing directories, DOS shell, and exiting the program. #
  100.  Open          Change
  101. Dir    Exit
  102.  File
  103. Open  (F3) 
  104. The Open command displays the Open a File dialog box. In this dialog box you select the text file you want edit in a file
  105. editor. &
  106. The Open
  107. File dialog box contains: 
  108.  an input
  109. box with a history list
  110.  a list
  111. box to browse the directory
  112.  the standard Cancel button
  113.  Open action button
  114.  an information panel that describes the
  115.    selected file
  116.  File
  117. The New command creates a new editor window.  The window's name is "Untitled", and is empty. 
  118.  File
  119. Save 
  120. The Save command allows you to save the current editor window to a disk file.  If the window already has a name, the file will be saved under this same name.  If you wish to save the file under a new name, select the File|Save
  121. As command instead. 
  122.  File
  123. Save As 
  124. The Save As command allows you to save the current editor window to a new file name.  Note that if an editor window does not have a name (it is called "Untitled") selecting File|Save will execute the Save As dialog box. 
  125.  File
  126. Save all 
  127. The Save all command saves all editor windows to disk. 
  128.  File
  129. Change Dir...
  130. Change Dir brings up the Change
  131. Directory dialog box, in which you can change the current directory. 
  132.  File
  133. DOS Shell 
  134. With the DOS Shell command, you can leave the program temporarily to perform a DOS command or run another program. 9
  135. To return to this program, type EXIT at the DOS prompt. 
  136.  File
  137. Exit 
  138.      (Alt-X)
  139. The Exit command terminates this program. 
  140.  Edit  (Alt-E) 
  141. The Edit menu includes choices for UNDO in the editor and managing the clipboard. 
  142.  Edit
  143. Undo 
  144. The Undo command allows you to "take back" the last editor action you performed.  For example, if the line: 
  145.   This is an editor test
  146. is changed to: 
  147.   This was an editor test
  148. the Undo command will become active.  Executing the Undo command will cause the line to revert back to its original version.  Note that changes which can be undone are grouped into similar actions, such as typing, or deleting characters.  Any action type you perform that is different than the last action type will cause the Undo information to be lost. 
  149.  Edit
  150. The Cut command removes the selected text and places it on the Clipboard.  Any information previously on the clipboard is lost.  Text cut from the editor may be immediately replaced by selecting the Undo command before moving the cursor. 
  151.  Edit
  152. Copy 
  153. The Copy command places a copy of the selected text on the Clipboard.  The selected information is left unchanged, but any information previously on the clipboard is lost. 
  154.  Edit
  155. Paste 
  156. The Paste command inserts a the contents of the clipboard into the current editor window at the cursor position.  The contents of the clipboard remain unchanged.  If any text is selected in the current editor window, the highlighted text is replaced by the text coming from the clipboard.  Information pasted into an editor may be removed immediately by using the Undo command before moving the cursor. 
  157.  Edit
  158. Show Clipboard 
  159. The Show Clipboard command will display the Clipboard contents is an ordinary editor window.  Note that Cut and Paste commands are not enabled while the clipboard is the focused window. 
  160.  Edit
  161. Clear 
  162. The Clear command removes any selected text from the current editor without placing a copy of the text on the clipboard.  The effects of this command may be reversed by selecting Undo before moving the cursor. 
  163.  Search (Alt-S) 
  164. The Search menu provides text search and replace in the topmost edit window. 
  165.  Search
  166. Find 
  167. The Find command performs a text search in the editor. 
  168.  Search
  169. Replace 
  170. The Replace command performs a text search and replace in the editor. 
  171.  Search
  172. Search again 
  173. The Search again repeats the last Find or Replace. 
  174.  Window 
  175.     (Alt-W)
  176. The Window menu contains commands to close, move and perform other window-management commands. 
  177. Most of the windows in this program have all the standard window elements, including scroll bars, a close box, and zoom icons. >
  178. For more about windows and their elements, refer to windows. 9
  179.  Window-management commands
  180.  Size/Move           Zoom
  181.  Tile             Cascade
  182.  Next             Previous
  183.  Close
  184.  Window
  185. Size/Move 
  186.      (Ctrl-F5)
  187. Choose this command to change the size or position of the active window. 
  188.   Size
  189. If you press Shift while you use the arrow keys, you can change the size of the active window. Once you've adjusted its size or position, press Enter. Q
  190. If a window has a Resize corner, you can drag that corner to resize the window. 
  191.   Move
  192. When you choose Window
  193. Size/Move, the active window moves in response to the arrow keys. Once you've moved the window to where you want it, press Enter. F
  194. You can also move a window by dragging its title bar with the mouse. 
  195.  Window
  196. Zoom 
  197.    (F5)
  198. Choose Zoom to resize the active window to the maximum size. If the window is already zoomed, you can choose this command to restore it to its previous size. {
  199. You can also double-click anywhere on the window's title bar (except where an icon appears) to zoom or unzoom the window. 
  200.  Window
  201. Tile 
  202. Choose Window
  203. Tile to tile all file viewers on the desktop. L
  204.                
  205.                
  206.                
  207.                
  208.                
  209.                
  210.                
  211.                
  212.                
  213.                
  214.                
  215.                
  216.                
  217.                
  218.                
  219.                
  220.              Tiled Windows
  221.  Window
  222. Cascade 
  223. Choose Window
  224. Cascade to stack all file viewers on the desktop. A
  225.                          
  226.                          
  227.                          
  228.                          
  229.                          
  230.         Cascaded Windows
  231.  Window
  232. Next 
  233. Choose Next to cycle forwards through the windows on the desktop. 
  234.  Window
  235. Close 
  236.     (Alt-F3)
  237. Choose Close to close the active window. O
  238. You can also click the Close box in the upper right corner to close a window. 
  239.  Help on the Mouse Options dialog box 
  240. This dialog box consists of one check box, one slider bar, and the standard buttons OK and Cancel. 
  241.  Mouse Double Click       
  242.  Slow     Medium     Fast 
  243. The Mouse Double Click slider bar adjusts the double-click speed of your mouse. ^
  244.  [X] Reverse Mouse Buttons 
  245. Reverse Mouse Buttons makes the right mouse button take on the normal functions of the left--and vice versa. 6
  246.  See also:
  247.  Options
  248. Mouse...
  249. command
  250.  Options
  251. Mouse... 
  252. The Mouse command brings up the Mouse
  253. Options dialog box, where you can set various options that control how your mouse works, including: C
  254.  auto-repeat speed (char/sec)
  255.  delay before auto-repeat (sec)
  256.  Options
  257. Keyboard... 
  258. The Keyboard command brings up the Keyboard
  259. Speed dialog box, where you can set various options that control how your keyboard work works, including: R
  260.  how fast a double-click is
  261.  which mouse button (right or left) is
  262.    active
  263.  Options
  264. Save Desktop 
  265. Saves the state of all open windows to a file call TVDEMO.DSK. This file can be reloaded by selecting Options
  266. Desktop. 
  267.  Options
  268. Load Desktop 
  269. Restore a previously-saved state of all open windows from a file call TVDEMO.DSK. This file is saved via the Options
  270. Desktop menu command. 
  271.  Help on Open a File Dialog Box 
  272. The Open a File dialog box contains an input box, a file
  273. list, a file information panel, the standard button Cancel, one other action button (Open), plus a history list that's attached to the Name
  274. inputbox. 
  275.  Name 
  276.                                  
  277. The Name input box is where you enter the name of the file to load, or the file-name mask to use as a filter for the Files list box (for example, *.*). 
  278.  Files 
  279.                                  
  280.   FILENM01.PAS  
  281.   FILENM09.PAS  
  282.   FILENM02.PAS  
  283.   FILENM10.PAS  
  284.   FILENM03.PAS  
  285.   FILENM11.PAS  
  286.   FILENM04.PAS  
  287.   FILENM12.PAS  
  288.   FILENM05.PAS  
  289.   ..            
  290.   FILENM06.PAS  
  291.   \MOREXAMP     
  292.   FILENM07.PAS  
  293.   \TOURS        
  294.   FILENM08.PAS  
  295.   \ANSWERS.DIR  
  296. The Files list box lists the names of files in the current directory that match the file-name mask in the Name input box, plus the parent directory and all subdirectories. 
  297.  C:\TP\EXAMPLES\*.PAS                     
  298.  HELLO.PAS       52  Jul 14,1990  12:00pm 
  299. The File information panel shows the path name, file name, date, time, and size of the selected file. =
  300. None of the items on this information panel are selectable. 
  301.  [ Open ] 
  302. The Open button opens a new Viewer window and places the selected file in that window. 
  303.  [ Cancel ] 
  304. If you choose Cancel, nothing changes and no action occurs, and the dialog box is put away. M
  305. (Esc always cancels a dialog box, even if a Cancel button does not appear.) 
  306.  [ Open ] 
  307. In the Open a File dialog box, if you choose the Open button TVDEMO opens a new file
  308. editor and places the selected file in that window. 
  309.  Help on the Change Directory dialog box 
  310. The Change Directory dialog box consists of an input box, a list box, the standard OK and Help buttons, and two other buttons (Chdir and Revert). |
  311.  Directory Name 
  312.                                      
  313. The Directory Name input box is where you type in the path of the new directory. 
  314.  Directory Tree 
  315.    Drives                            
  316. C:\                            
  317.      
  318. TP                           
  319.        
  320. TVISION                    
  321. The Directory Tree list box enables you to navigate directories by using the selecting bar and pressing Enter. 
  322. If you're using the keyboard, press Enter to make the selected directory be the current directory, then choose OK or press Esc to exit the dialog box. +
  323.  [Chdir ] 
  324. The Chdir button changes the current directory once you've selected or typed in a directory name. +
  325.  [Revert] 
  326. The Revert button goes back to the previous directory, as long as you haven't yet exited the dialog box. 
  327.  Window
  328. Close All 
  329. Choose Close all to remove all windows from the desktop. 
  330.  Window
  331. Previous 
  332. Choose Previous to cycle backwards through the windows on the desktop. 
  333.  Menu
  334. Download
  335. Download editing keyboard map. Downloaded map will be active for editors and 'Find' & 'Replace' dialogs only, other views uses the standard keyboard map. 
  336.  Search
  337. Go To Line
  338. The Go to Line command displays the Go
  339. Line dialog box, which prompts for the line number you want to find. 
  340.  VGA Font Editor
  341. Open VGA
  342. Editor. 
  343.  Epson Font Editor
  344. Open Epson
  345. Editor. 
  346.  Keyboard Map Editor
  347. Open Keyboard
  348. Editor. 
  349.  Print Manager
  350. Open Print
  351. Manager. 
  352.  Custom Keyboard ON/OFF
  353.  Switch between standard and custom keyboard map.
  354.  See also:
  355.   Keyboard
  356. Editor
  357.  Programmer Calculator
  358. The calculator is a simple programmer calculator with add, subtract, multiply, divide, arithmetic shift left/right, and bitwise AND , OR, XOR and NOT operations. There are also 4 radixes: decimal, hexadecimal, octal and binary. To operate the calculator you can either use the keyboard or click the buttons on the calculator with the mouse.  The BackSpace key will erase the last character typed. The '
  359. ' and '
  360. ' keys will shift value left/right (the keyboard equivalent of '
  361. ' is Ctrl-Left-Arrow/Ctrl-Right-Arrow). The '
  362. ' key toggles the value from positive to negative (the keyboard equivalent of '
  363. ' is '_'). 
  364.  NoteBook
  365. The notebook is a combination of text editor and calendar that allows to edit a separate page for each day of the year. For January 1st open 1st page, for January 2nd - 2nd page etc. January 1st of the next year will also open the 1st page, i.e., you can write notes only for a single year. 
  366. The NoteBook contains: V
  367.  the editor
  368. window
  369.  the calendar
  370.  the 'Clear' button
  371.  the 'Save' button
  372.  The Edit Window
  373. The edit window is where you type in and edit notebook page. Editing keys are similar to Turbo Pascal. 
  374.           
  375.  Date indicator
  376.           
  377.  30-Aug-93 
  378.                                              
  379.                                              
  380.                                              
  381.                                              
  382.                                              
  383.                                              
  384.                                              
  385.                                              
  386.                                              
  387.                                              
  388.                                              
  389.                                              
  390.                                              
  391.                                              
  392.  YY:XX 
  393.        
  394.        
  395.  Position Indicator
  396.  Modification Indicator
  397. Date indicator shows the date being edited (notebook page). 
  398. Position indicator at the bottom of the edit window frame shows the cursor's position (the current line and column number) as YY:XX , where YY is the line number and XX is the column number. 
  399. If editing text was modified, a '
  400. ' character (the modification indicator) will be displayed at the bottom of the edit window frame. 
  401.  See also:
  402.   Editor
  403. commands
  404.  Insert & Delete Commands
  405.  Insert mode on/off   
  406.  Ctrl+V or Ins
  407.  Delete line          
  408.  Ctrl+Y
  409.  Delete to end of line
  410.  Ctrl+Q Y
  411.  Delete character left
  412.  Ctrl+H or Backspace
  413.  Delete character     
  414.  Ctrl+G or Del
  415.  Cursor Movement Commands
  416.  Character left  
  417.  Ctrl+S or Left arrow
  418.  Character right 
  419.  Ctrl+D or Right arrow
  420.  Word left       
  421.  Ctrl+A or Ctrl+Left arrow
  422.  Word right      
  423.  Ctrl+F or Ctrl+Right arrow
  424.  Line up         
  425.  Ctrl+E or Up arrow
  426.  Line down       
  427.  Ctrl+X or Down arrow
  428.  Page up         
  429.  Ctrl+R or PgUp
  430.  Page down       
  431.  Ctrl+C or PgDn
  432.  Block Commands
  433.  Mark block begin         
  434.  Ctrl+K B
  435.  Mark block end           
  436.  Ctrl+K K
  437.  Mark single word         
  438.  Ctrl+K T
  439.  Delete block             
  440.  Ctrl+K Y
  441.  Copy to clipboard        
  442.  Ctrl+Ins
  443.  Cut to clipboard         
  444.  Shift+Del
  445.  Delete block             
  446.  Ctrl+Del
  447.  Paste to clipboard       
  448.  Shift+Ins
  449.  Miscellaneous Editor Commands
  450.  Menu bar             
  451.  Close active window  
  452.  Alt+F3
  453.                       
  454.  Tab                  
  455.  Ctrl+I or Tab
  456.                       
  457.  Find                 
  458.  Ctrl+Q F
  459.  Find & Replace       
  460.  Ctrl+Q A
  461.  Repeat last find     
  462.  Ctrl+L
  463.  Abort operation      
  464.  The Calendar
  465. The calendar shows the current date and notebook page and allows to select another date. Use mouse or arrow keys to select needed day. Clicking the mouse on the Up Arrow, pressing '-' key, or PgUp key jump month back. Clicking the mouse on the Down Arrow down, pressing '+' key, or PgDn key jump month ahead. 
  466.  The 'Clear' Button
  467. The 'Clear' button clears editing notebook page. 
  468.  The 'Save' Button
  469. The 'Save' button saves editing notebook page. 
  470.  Print Manager
  471. This utility allows printing text files or editor windows with different fonts. Supports also underlining and emphasizing. 
  472. The print manager contains: 
  473.  the 'Letters' radio button
  474.  the 'From' radio button
  475.  the 'Language
  476. Case-Sensitive' check box
  477.  the 'Emphasized' list
  478.  the 'Underlined' list
  479.  the 'Menu' button
  480.  the 'Print' button
  481.  The 'Letters' Radio Button
  482. The 'Letters' radio button determines the type of letters to print. May select one of three fonts: 
  483. ) Draft - normal printer font
  484.  ( ) Bold  - quality double-strike font
  485.  ( ) Small - quality double-strike compressed font - 132 characters/line
  486.  The 'From' Radio Button
  487. The 'From' radio button determines what will be printed. May select one of three options: 
  488. ) Editor  Window - print contents of last active editor window
  489.  ( ) Selected  Text - print selected text from last active editor window
  490.  ( ) Disk Text File - print contents of text file
  491.  The 'Language is Case-Sensitive' Check Box
  492. If 'Emphasized' and 'Underlined' lists are not empty then before printing each word will be compared with each pattern in this lists. The 'Language is Case-Sensitive' check box determines if this check will be case-sensitive. 
  493.  The 'Emphasized' List
  494. If 'Emphasized' list is not empty then each word before printing will compared with each pattern of 'Emphasized' list and the equal words will be printed emphasized. To add a new pattern press Insert key and enter pattern. To delete pattern press Delete key. Pattern can contain '*' and '?' wildcard characters, where '*' may be any number of any characters (or none) and '?' may be any one character. 
  495.  See also:
  496.   'Underlined' List
  497.   'Language
  498. Case-Sensitive' Check Box
  499.  The 'Underlined' List
  500. If 'Underlined' list is not empty then each word before printing will compared with each pattern of 'Underlined' list and the equal words will be printed underlined. To add a new pattern press Insert key and enter pattern. To delete pattern press Delete key. Pattern can contain '*' and '?' wildcard characters, where '*' may be any number of any characters (or none) and '?' may be any one character. 
  501.  See also:
  502.   'Emphasized' List
  503.   'Language
  504. Case-Sensitive' Check Box
  505.  The 'Menu' Button
  506. The 'Menu' button opens the print manager menu. 
  507.  The 'Print' Button
  508. The 'Print' button start printing according to defines. The message 'Printing process' is displayed at print time. If printing isn't possible, an error message will be displayed. 
  509.  Menu
  510. Load 'Emphasized' List
  511. Load text file where each line in file is a pattern for the 'Emphasized' list. Old list items will cleared. 
  512.  Menu
  513. Save 'Emphasized' List
  514. Save 'Emphasized' list into text file where each line in file is a pattern from the 'Emphasized' list. If 'Language
  515. Case-Sensitive' check box was checked then list items will be saved case-sensitive, else items will be saved in upper case and without duplicates. 
  516.  Menu
  517. Load 'Underlined' List
  518. Load text file where each line in file is a pattern for the 'Underlined' list. Old list items will cleared. 
  519.  Menu
  520. Save 'Underlined' List
  521. Save 'Underlined' list into text file where each line in file is a pattern from the 'Underlined' list. If 'Language
  522. Case-Sensitive' check box was checked then list items will be saved case-sensitive, else items will be saved in upper case and without duplicates. 
  523.  Menu
  524. Configuration
  525. Opens Print
  526. Options dialog box that define page length, size of top, bottom and left margin etc. 
  527.  Print Options Dialog
  528. The Print Options dialog box let you define page length, size of top, bottom and left margin, in which line will printed page number (if will printed), are you want stop printing before each page, are you want eject page before or/and after printing and are you want print odd or/and even pages. 
  529.  Menu
  530. Load Confuguration
  531. Load print manager configuration, 'Emphasized' and 'Underlined' lists and state of 'Letters', 'From' and 'Case-Sensitive' switches from configuration file. 
  532.  Menu
  533. Save Configuration
  534. Save print manager configuration, 'Emphasized' and 'Underlined' lists and state of 'Letters', 'From' and 'Case-Sensitive' switches into configuration file. 
  535.  Mouse Cursor
  536. Mouse cursor is a bitmap matrix 16 x 16 pixels where any pixel may be one from 4 types 
  537.  White   - pixel always white.
  538.  Black   - pixel always black.
  539.  Glass   - pixel is "glass", invisible.
  540.  Inverse - pixel color complement to background (white on black, red on blue etc) .
  541. One dot of this matrix is the "hot dot" - the mouse coordinates origin. 4
  542. For more information see mouse programmer's guide. 
  543.  Mouse Cursor Editor
  544. This is utility is for creating icon for mouse
  545. cursor and saving result of editing as .ASM, .C or .PAS file that contain a procedure for changing mouse cursor icon. #
  546. The mouse cursor editor contains: r
  547.  the edit
  548. window
  549.  the status
  550.  the 'Menu' button
  551.  the 'See
  552. mouse' button
  553.  the short help text
  554.  The Edit Window
  555. In the left side of mouse cursor editor window you can see a framed rectangle - edit window. ]
  556.             Edit Window
  557.                  
  558.                  
  559.  Cursor
  560.  YY:XX 
  561.        
  562.        
  563.  Position Indicator
  564.  Modification Indicator
  565. Cursor is a blinking square in the edit window. 
  566. Position indicator at the bottom of the edit window frame shows the cursor's position (the current line and column number) as YY:XX, where YY is the line number and XX is the column number. 
  567. If editing icon was modified, a '
  568. ' character (the modification indicator) will be displayed at the bottom of the edit window frame. 
  569.  Available keys are:
  570.   Key           
  571.   Action
  572.   Arrow Keys    
  573.   Move Cursor
  574.   PgUp/PgDn     
  575.   Go to Bottom/Top of Column
  576.   Home/End      
  577.   Go to Begin/End of Line
  578.   G             
  579.   Set 'Glass' Point
  580.   W             
  581.   Set White Point
  582.   B             
  583.   Set Black Point
  584.   I             
  585.   Set Inverse Point
  586.   H             
  587.   Set 'Hot Dot'
  588.   ^Left/^Right  
  589.   Shift Left/Right
  590.   ^U/^D         
  591.   Shift Up/Down
  592.   ^Del/^Ins     
  593.   Delete/Insert Line
  594.   ^E/^W         
  595.   Delete/Insert Column
  596.   ^C/^F         
  597.   Clear/Fill
  598.   ^V/^H         
  599.   Vertical/Horizontal Flip
  600.   ^O            
  601.   Rotate
  602.  See also:
  603.   Mouse
  604. Cursor
  605.  The Status Line
  606. The status line is a specialized view, displayed at the bottom of the mouse cursor editor window. Status line displays are lists of available dot types, short keys and pictures for this dot types. 
  607.  oo  [G]lass  
  608.   [W]hite  
  609.   [B]lack  
  610.   [I]nvers  
  611.   [H]ot dot 
  612.   'Glass' - dot type
  613.   [G] - short key for 'glass' dot
  614.   picture for 'glass' dot
  615. Clicking the mouse on a short key will set dot of this type into cursor position in the edit window. 
  616.  See also:
  617.   Mouse
  618. Cursor
  619.  The 'Menu' Button
  620. The 'Menu' button opens  mouse cursor editor menu. 
  621.  The 'See mouse' Button
  622. The 'See mouse' button opens screen that contain 9 areas filled by different colors and patterns and show editing mouse cursor icon. You can try this cursor icon on different background colors and patterns. To resume press any mouse button. b
  623. 'See mouse' button may be pressed by mouse only. If you haven't mouse you can't use this option. 
  624.  Menu
  625. The Open command displays the Open File dialog box. In this dialog box you select the .MCE file you want to edit. 
  626.  Menu
  627. The New command creates a new empty .MCE file. The file name is 'NONAME.MCE'. 
  628.  Menu
  629. Save current .MCE file. If the file has a default name (such as NONAME.MCE), this option is opened as dialog box so you can rename the file and save it in a different directory or on a different drive. 
  630.  Menu
  631. Save As
  632. Save As opens up the Save File As dialog box, where you can save the editing mouse cursor icon under a different name, in a different directory, or on a different drive. ]
  633. You can enter the new file name, including the drive and directory, and click or choose OK. 
  634.  Menu
  635. Make .ASM
  636. Create .ASM file that contains code of procedure that change icon of mouse
  637. cursor. 
  638.  Menu
  639. Make .C
  640. Create .C file that contains code of procedure that change icon of mouse
  641. cursor. 
  642.  Menu
  643. Make .PAS
  644. Create .PAS file that contains code of procedure that change icon of mouse
  645. cursor. 
  646.  VGA Font
  647. VGA screen font is bitmapped font 8 x N where N is any number between 1 and 16. 
  648.         8 x 16              8 x 14               8 x 8
  649. Largest font is 8 x 32, but usually we don't use a font larger than 8 x 16, so this font editor supports font size up to 8 x 16. In text mode VGA screen default vertical resolution is 400 pixels and default font is 8 x 16, therefore number of lines is 400 / 16 = 25. If we downloaded new font with a different size then number of lines will be redefined as ScreenVerticalResolution / FontVerticalSize. Screen resolusion may be low (640 x 200 such CGA), middle (640 x 350 such EGA) and high (720 x 400, when this resolution used font size is 9 x N - for characters #192..#223 9th column copied from 8th, for other characters this column is empty). Allowed is any combination of font size and screen resolution. VGA screen has 3 default fonts for text mode - 8 x 8, 8 x 14 and 8 x 16. Font editor allows to create also a font with different size. 2
  650. For more information see VGA programmer's guide. 
  651.  VGA Font Editor
  652. This utility is used to edit a VGA
  653. font and save result of editing as .ASM, .C or .PAS file that contains procedure for changing VGA font or in internal format (extention of VGA font file is 'Vxx' where 'xx' is font size, for example '08' for 8 x 8 font). 
  654. The VGA font editor contains: 
  655.  the edit
  656. window
  657.  the 'Menu' button
  658.  the 'See/Select' button
  659.  the editing
  660. letter
  661. indicator
  662.  the short help text
  663.  The Edit Window
  664. In left side of VGA font editor window you can see framed rectangle - edit window. 
  665.          Edit Window
  666.               
  667.               
  668.      
  669.      
  670.      
  671.      
  672.      
  673.      
  674.  Cursor
  675.      
  676.      
  677.      
  678.      
  679.      
  680.      
  681.      
  682.      
  683.  YY:XX 
  684.           
  685.           
  686.  Position Indicator
  687. Cursor is a blinking square in the edit window. 
  688. Position indicator at the bottom of the edit window frame shows the cursor's position (the current line and column number) as YY:XX, where YY is the line number and XX is the column number. 
  689.  Available keys are:
  690.   Key                  
  691.   Action
  692.   Arrow Keys           
  693.   Move Cursor
  694.   PgUp/PgDn            
  695.   Go to Bottom/Top of Column
  696.   Home/End             
  697.   Go to Begin/End of Line
  698.   Ctrl-PgUp/Ctrl-PgDn  
  699.   Select Next/Previous Letter
  700.   Ctrl-Home/Ctrl-End   
  701.   Select First/Last Letter
  702.   ^Left/^Right         
  703.   Shift Left/Right
  704.   ^U/^D                
  705.   Shift Up/Down
  706.   ^Del/^Ins            
  707.   Delete/Insert Line
  708.   ^E/^W                
  709.   Delete/Insert Column
  710.   ^C/^F                
  711.   Clear/Fill
  712.   ^V/^H                
  713.   Vertical/Horizontal Flip
  714.   ^N                   
  715.   Invers (Negative)
  716.  See also:
  717.   VGA
  718.  The Editing Letter Indicator
  719. The editing letter indicator is a specialized view, displayed at the bottom of the VGA font editor window frame. The editing character and hexadecimal and decimal ASCII values of this character are displayed. If editing font was modified, a '
  720. ' character (the modification indicator) will be displayed at the bottom of the edit window frame. 
  721.                                                     
  722.  Char: A Decimal: 65 Hexa: 41 
  723.      
  724.      
  725.  Modification Indicator
  726.  The 'Menu' Button
  727. The 'Menu' button opens VGA font editor menu. 
  728.  The 'See/Select' Button
  729. If size of current font is equal to size of editing font then the 'See/Select' button opens See/Select dialog that contains current and editing fonts table and allow to see and try editing font or select next letter to be edited. 
  730.  Menu
  731. The Open command displays the Open a File dialog box. In this dialog box you select the VGA font file you want to edit. Extention of VGA font file is 'Vxx' where 'xx' is font size, for example '08' for 8 x 8 font. 
  732.  Menu
  733. The New command opens the Select
  734. Size dialog. If this dialog wasn't canceled, it then creates a new VGA font file. The file name is 'NONAME.Vxx' where 'xx' is font size (for example '08' for 8 x 8 font). If selected font size is equal to current font size, then file will contain current font. Otherwise file is empty. 
  735.  Select Font Size Dialog
  736. The Select Font Size dialog contains a set of radio buttons where each button is matched to a font size between 8 x 1 and 8 x 16 scan lines per character. Default selection is the current font size. You can select needed size and press Enter or click on the OK button, or cancel by pressing Esc or clicking on Cancel button. 
  737.  See also:
  738.   VGA
  739.  Menu
  740. Save current VGA font file. If the file has a default name (such as 'NONAME.Vxx' where 'xx' is font size (for example '08' for 8 x 8 font)), the VGA font editor opens the "Save File As" dialog box so you can rename the file and save it in a different directory or on a different drive. 
  741.  Menu
  742. Save As
  743. Save As opens up the Save File As dialog box, where you can save the edited font under a different name, in a different directory, or on a different drive. ]
  744. You can enter the new file name, including the drive and directory, and click or choose OK. 
  745.  Menu
  746. Merge
  747. Merge characters from another VGA font file. If size of selected font is different from editing font size, then this characters will be truncated or enlarged. 
  748.  See also:
  749.   VGA
  750.  Merge Font Dialog
  751. The Merge Font dialog allows select characters to be copied from selected font file. It then positions these characters in the edited font file. The "From" table shows selected font file - you can select some characters which will be copied by Shift-ArrowKeys or by mouse (selected characters will be marked by different background color). The "Into" table shows the editing font - you can select starting position to copy characters by arrow keys (area which will be owerwritten will be marked by different background color). Indicator at the bottom of window shows which characters will be copied into which characters. 
  752.  Menu
  753. Make .ASM
  754. Create .ASM file that contains code of procedure to download VGA
  755. font. 
  756.  Menu
  757. Make .C
  758. Create .C file that contains code of procedure to download VGA
  759. font. 
  760.  Menu
  761. Make .PAS
  762. Create .PAS file that contains code of procedure to download VGA
  763. font. 
  764.  Menu
  765. Download
  766. Download editing VGA
  767. font. 
  768.  Epson Printer Font
  769. Epson FX-80 font is a bitmapped 11 x 8 font. Normally the last two columns are left blank - this forms the space between characters. In some instances you may want the character to touch. If so, use all 11 dot columns. Redefinition of box characters (characters num. 176 - 223) is not recommended - these characters use special 11 x 12 (one and a half high) matrix that can't be correctly redefined by user. Standard character matrix is 11 x 8, but distance between centers of two adjacent dots is only half of dot diameter, i.e., you actually see a 6 x 8 matrix. Therefore if the dots in 1st, 3rd, 5th, 7th, 9th and 11th columns were printed you can see contiguous line of 6 dots length. a
  770.          1st                          11th
  771.           
  772.                              
  773.        
  774.   1st  
  775.        
  776.        
  777.        
  778.        
  779.        
  780.        
  781.        
  782.        
  783.   8    
  784.        
  785.        
  786.        
  787.        
  788.        
  789.        
  790.        
  791.   8th  
  792.        
  793.        
  794.                                    
  795.        
  796.   11  
  797. There is also an overlap problem: printer working in single strike mode can't print two immediately adjacent dots - second dot won't be printed (on the contrary, some printers can't print the first dot). See example: 
  798.              Matrix         
  799.        Really Printed
  800.                             
  801.      
  802.          
  803.      
  804.        
  805.            
  806.        
  807.      
  808.          
  809.      
  810.        
  811.            
  812.        
  813.      
  814.          
  815.      
  816.        
  817.            
  818.        
  819.      
  820.          
  821.      
  822.        
  823.            
  824.        
  825.      
  826.          
  827.      
  828.                             
  829.      single dot in          
  830.     this single dot
  831.      second column          
  832.     will be printed
  833.                             
  834.                             
  835.      
  836.          
  837.      
  838.        
  839.            
  840.        
  841.      
  842.          
  843.       
  844.      
  845.            
  846.       
  847.      
  848.          
  849.      
  850.        
  851.            
  852.        
  853.      
  854.          
  855.      
  856.        
  857.            
  858.        
  859.      
  860.          
  861.      
  862.                             
  863.     dots   in   1st         
  864.     both these dots
  865.     and 3rd columns         
  866.     will be printed
  867.                             
  868.                             
  869.      
  870.          
  871.      
  872.        
  873.            
  874.        
  875.      
  876.          
  877.      
  878.      
  879.            
  880.      
  881.      
  882.          
  883.      
  884.        
  885.            
  886.        
  887.      
  888.          
  889.      
  890.        
  891.            
  892.        
  893.      
  894.          
  895.      
  896.                             
  897.     dots   in   1st         
  898.     both these dots
  899.     and 2nd columns         
  900.     will be printed
  901.                             
  902.                             
  903.      
  904.          
  905.        
  906.            
  907.       
  908.      
  909.          
  910.      
  911.            
  912.      
  913.          
  914.        
  915.            
  916.       
  917.      
  918.          
  919.        
  920.            
  921.       
  922.      
  923.          
  924.                             
  925.   overlap of  dots in       
  926.    will  print  only
  927.   1st and 2nd columns       
  928.    dot in first column
  929.                             
  930.                             
  931.                             
  932.      
  933.          
  934.      
  935.        
  936.            
  937.        
  938.      
  939.          
  940.      
  941.      
  942.          
  943.      
  944.      
  945.          
  946.      
  947.        
  948.            
  949.        
  950.      
  951.          
  952.      
  953.        
  954.            
  955.        
  956.      
  957.          
  958.      
  959.                             
  960.  overlap  of dots in 1st,   
  961.   will    print   only   two
  962.  2nd, 3rd and 4th columns   
  963.   dots in 1st and 3rd column
  964.                             
  965. When printer work in double strike mode, overlap is enabled - two adjacent dots will be printed. Therefore it is recommended to disable overlap in editor menu when you edit font for single strike mode, and to enable overlap when you edit font for double strike mode. 
  966. Any character may be shifted 1 dot down (see 'Local
  967. options' in editor menu). Characters with descenders (such as 'p' or 'g') use this option. See example: z
  968.           
  969.     Without Shift Down    
  970.     With Shift Down
  971.           
  972.                           
  973.           
  974.           
  975.           
  976.   Matrix  
  977.           
  978.           
  979.           
  980.           
  981.           
  982.                           
  983.           
  984.                           
  985.           
  986.           
  987.           
  988.   Really  
  989.   Printed 
  990.           
  991.           
  992.           
  993.           
  994.                           
  995.         
  996.           
  997.                           
  998. When printer work in proportional spacing mode there may be printed characters with width different than 11 columns. For this you need to redefine starting (1..7) and ending (2..12) column for each character whose width you want to change (see 'Local options' in editor menu). See example: [
  999.          Bounds        
  1000.          Matrix         
  1001.       Really Printed
  1002.                        
  1003.                         
  1004.                        
  1005.                        
  1006.   Starting column:  4  
  1007.                        
  1008.                        
  1009.   Ending column:    8  
  1010.                        
  1011.                        
  1012.                        
  1013.                         
  1014.                        
  1015.                         
  1016.                        
  1017.                        
  1018.   Starting column:  1  
  1019.                        
  1020.                        
  1021.   Ending column:   11  
  1022.                        
  1023.                        
  1024.                        
  1025.                         
  1026.                        
  1027.                         
  1028.                        
  1029.                        
  1030.   Starting column:  2  
  1031.                        
  1032.                        
  1033.   Ending column:    7  
  1034.                        
  1035.                        
  1036.                        
  1037.                         
  1038.                        
  1039.                         
  1040.                        
  1041.                        
  1042.   Starting column:  1  
  1043.                        
  1044.                        
  1045.   Ending column:    6  
  1046.                        
  1047.                        
  1048.                        
  1049.                         
  1050. Maximal character width is 11 dots. It is impossible define dot in 12 column, but last column may be defined as 12th column (it's the default). If last column is defined as 11th column, then next (12) column is also 1st column of next letter. If 11th column of current letter and 1st column of next letter contains adjacent dots, they may possibly overlap and characters won't print correctly. For example, let's print '
  1051. ' characters that are defined as 11-column wide. 
  1052.                     12th 
  1053.                           
  1054.      
  1055.      
  1056.      
  1057.      
  1058.      
  1059.      
  1060.      
  1061.      
  1062.                           
  1063. Because of overlap between 11th column of first character and 1st column of second character result was printed incorrectly. @
  1064. And now let's print this characters defined as 12-column wide. 
  1065.                     12th 
  1066.                           
  1067.                           
  1068. This trick is recommended also when you edit font for proportional spacing mode - use 1 column more than needed. 7
  1069. For more information see user manual of your printer. 
  1070.  Epson Font Editor
  1071. This utility is used to edit Epson
  1072. printer
  1073. font and save result of editing as .ASM, .C or .PAS file that contain data for changing Epson font or in internal format. !
  1074. The Epson font editor contains: 
  1075.  the edit
  1076. window
  1077.  the 'Menu' button
  1078.  the 'See
  1079. Font' button
  1080.  the ASCII
  1081. table
  1082.  the editing
  1083. letter
  1084. indicator
  1085.  the short help text
  1086.  The Edit Window
  1087. In left side of Epson font editor window you can see framed rectangle - edit window. 
  1088.          Edit Window
  1089.               
  1090.               
  1091.      
  1092.      
  1093.      
  1094.      
  1095.      
  1096.      
  1097.  Cursor
  1098.      
  1099.      
  1100.      
  1101.      
  1102.      
  1103.      
  1104.      
  1105.  YY:XX 
  1106.           
  1107.           
  1108.  Position Indicator
  1109. Cursor is a blinking square in the edit window. 
  1110. Position indicator at the bottom of the edit window frame shows the cursor's position (the current line and column number) as YY:XX, where YY is the line number and XX is the column number. 
  1111.  Available keys are:
  1112.   Key                  
  1113.   Action
  1114.   Arrow Keys           
  1115.   Move Cursor
  1116.   PgUp/PgDn            
  1117.   Go to Bottom/Top of Column
  1118.   Home/End             
  1119.   Go to Begin/End of Line
  1120.   Ctrl-PgUp/Ctrl-PgDn  
  1121.   Select Next/Previous Letter
  1122.   Ctrl-Home/Ctrl-End   
  1123.   Select First/Last Letter
  1124.   ^Left/^Right         
  1125.   Shift Left/Right
  1126.   ^U/^D                
  1127.   Shift Up/Down
  1128.   ^Del/^Ins            
  1129.   Delete/Insert Line
  1130.   ^E/^W                
  1131.   Delete/Insert Column
  1132.   ^C/^F                
  1133.   Clear/Fill
  1134.   ^V/^H                
  1135.   Vertical/Horizontal Flip
  1136.  See also:
  1137.   Epson
  1138.  The Editing Letter Indicator
  1139. The editing letter indicator is a specialized view, displayed at the bottom of the Epson font editor window frame. The editing character and hexadecimal and decimal ASCII values of this character are displayed. If editing font was modified, a '
  1140. ' character (the modification indicator) will be displayed at the bottom of the edit window frame. 
  1141.                                                     
  1142.  Char: A Decimal: 65 Hexa: 41 
  1143.      
  1144.      
  1145.  Modification Indicator
  1146.  The ASCII Table
  1147. The ASCII table displays the entire IBM PC character set. The defined characters are highlighted. If ASCII table is selected, the current character is marked by a blinking block cursor. Otherwise current character is highlighted and marked by a different background color. Current character is also displayed at the editing letter indicator. A new character is selected by pressing it on the keyboard, by clicking the mouse on it in the chart, or by moving the cursor using the cursor keys. 
  1148.  See also:
  1149.   Epson
  1150.  The 'Menu' Button
  1151. The 'Menu' button opens the  Epson font editor menu. 
  1152.  The 'See Font' Button
  1153. The 'See Font' button opens a graphic screen that show defined characters. To resume press any key. 
  1154.  See also:
  1155.   Epson
  1156.  Menu
  1157. The Open command displays the Open a File dialog box. In this dialog box you select the .PFE file you want edit. 
  1158.  Menu
  1159. The New command creates a new empty .PFE file. The file name is 'NONAME.PFE'. 
  1160.  Menu
  1161. Save current .PFE file. If the file has a default name (such as NONAME.PFE), this option is opened as dialog box so you can rename the file and save it in a different directory or on a different drive. 
  1162.  Menu
  1163. Save As
  1164. Save As opens up the Save File As dialog box, where you can save the editing font under a different name, in a different directory, or on a different drive. ]
  1165. You can enter the new file name, including the drive and directory, and click or choose OK. 
  1166.  Menu
  1167. Merge
  1168. Merge characters from another Epson font file. 
  1169.  Merge Font Dialog
  1170. The Merge Font dialog allows to select characters to be copied from selected font file and position of these characters in editing font file. The "From" table shows the selected font file - used characters are highlighted, you can select some characters which will be copied by Shift-ArrowKeys or by mouse (selected characters will be marked by different background color). The "Into" table shows editing font - used characters are highlighted, you can select starting position to copy characters by arrow keys (area which will be owerwritten will be marked by different background color). Indicator at the bottom of window shows which characters will be copied into which characters. 
  1171.  See also
  1172.   Epson
  1173.  Menu
  1174. Overlap
  1175. Enable/disable dot overlap. 
  1176.  See also:
  1177.   Epson
  1178.  Menu
  1179. Local Options
  1180. Open Local
  1181. Options dialog box that define for current character starting and ending column for proportional spacing, and allow shift character at printing time 1 dot down. 
  1182.  See also:
  1183.   Epson
  1184.  Local Options Dialog
  1185. The Local Options dialog box let you define for current character the starting and ending column,  and if to shift character at printing time 1 dot down. 
  1186.  See also:
  1187.   Epson
  1188.  Menu
  1189. Make .ASM
  1190. Create .ASM file that contains data that must be copied to the printer to download Epson
  1191. font. 
  1192.  Menu
  1193. Make .C
  1194. Create .C file that contains array that must be copied to the printer to download Epson
  1195. font. 
  1196.  Menu
  1197. Make .PAS
  1198. Create .PAS file that contains array that must be copied to the printer to download Epson
  1199. font. 
  1200.  Menu
  1201. Make .BIN
  1202. Create .BIN file that contains data that must be copied to the printer to download Epson
  1203. font. Use DOS command 
  1204.   COPY FILENAME.BIN PRN /B
  1205. to correctly copy this file. 
  1206.  Menu
  1207. Download
  1208. Download editing Epson
  1209. font. 
  1210.  Keyboard Map
  1211. Computer keyboar mapped as english type-writer. It's comfortable when you type an english text, but if you want use a foreign language you need to use special characters that can't be typed using standard keyboard and your keyboard will be uncomfortable. If you want type any foreign language text, you need remap your keyboard. 
  1212.  Keyboard Map Editor
  1213. This is utility is for creating new keyboard
  1214. map and saving result of editing as .ASM, .C or .PAS file that contain a procedure for convertion from standard to new keyboard map. #
  1215. The keyboard map editor contains: Z
  1216.  the edit
  1217. window
  1218.  the 'Menu' button
  1219.  the 'Try
  1220. It' button
  1221.  the short help text
  1222.  The Edit Window
  1223. At the bottom of keyboard map editor window you can see a keyboard picture - edit window. W
  1224.                                 Edit Window
  1225.                                      
  1226.                                      
  1227.  BckSp 
  1228.      
  1229.   Caps  
  1230.   Lock  
  1231.  Enter  
  1232.          
  1233.         
  1234.   Shift  
  1235.  Shift  
  1236. Selected key will be marked by different color. P
  1237. If key value was changed then new key value will be displayed and highlighted. 
  1238. If editing keyboard map was modified, a '
  1239. ' character (the modification indicator) will be displayed at the bottom of the keyboard map editor window frame. ;
  1240.   Modification Indicator
  1241.  Available keys are:
  1242.   Key            
  1243.   Action
  1244.   Arrow Keys     
  1245.   Move Cursor
  1246.   PgUp/PgDn      
  1247.   Go to Bottom/Top of Column
  1248.   Home/End       
  1249.   Go to Begin/End of Line
  1250.   Enter/SpaceBar 
  1251.   Edit Key
  1252.   ^R             
  1253.   Reset Default Key Value
  1254.  See also:
  1255.   Keyboard
  1256.  Get Key Value Dialog
  1257. The Get Key Value dialog allows select characters they will be generated when editing key pressed without Shift (lower case) and with Shift (upper case). In the dialog you can see picture of editing key with two input lines - lower input line allows accept character for lower case and upper - for upper case. If DownArrow pressed or [
  1258. ] button clicked by mouse then will be opened Select
  1259. ASCII
  1260. Dialog that allows accept character. 
  1261.  Select ASCII Dialog
  1262. The Select ASCII dialog displays the entire IBM PC character set. The current character is marked by a blinking block cursor, and the hexadecimal and decimal ASCII values of the character are displayed below the chart. A new character is selected by pressing it on the keyboard, by clicking the mouse on it in the chart, or by moving the cursor using the cursor keys. Press Enter or click on the OK button to accept selected character. 
  1263.  The 'Menu' Button
  1264. The 'Menu' button opens keyboard map editor menu. 
  1265.  The 'Try It' Button
  1266. The 'Try It' button opens Try
  1267. Keyboard dialog that allows you to try editing keyboard map. 
  1268.  Try Keyboard Dialog
  1269. The Try Keyboard dialog allows to try editing keyboard map. 
  1270.  Menu
  1271. The Open command displays the Open File dialog box. In this dialog box you select the .KME file you want to edit. 
  1272.  Menu
  1273. The New command creates a new empty .KME file. The file name is 'NONAME.KME'. 
  1274.  Menu
  1275. Save current .KME file. If the file has a default name (such as NONAME.KME), this option is opened as dialog box so you can rename the file and save it in a different directory or on a different drive. 
  1276.  Menu
  1277. Save As
  1278. Save As opens up the Save File As dialog box, where you can save the editing keyboard map under a different name, in a different directory, or on a different drive. ]
  1279. You can enter the new file name, including the drive and directory, and click or choose OK. 
  1280.  Menu
  1281. Make .ASM
  1282. Create .ASM file that contains code of procedure for convertion from standard to new keyboard
  1283. map. 
  1284.  Menu
  1285. Make .C
  1286. Create .C file that contains code of function for convertion from standard to new keyboard
  1287. map. 
  1288.  Menu
  1289. Make .PAS
  1290. Create .PAS file that contains code of function for convertion from standard to new keyboard
  1291. map. 
  1292.  Go To Line Number Dialog
  1293. The Go To Line Number dialog jumps to the required line in editor. Enter in which line of source code you want to go to. 
  1294.  Keyboard Speed Dialog
  1295. The Keyboard Speed dialog lets you set keyboard speed (for AT-style machine only). This determines how long the machine will delay before repeating a character when you are holding down a key, and how many characters it will repeat per second. This does not affect your typing speed. You have to move your fingers faster if you want to type faster! But it makes editing go faster since a fast keyboard lets you zip around the screen. Type some keys to see the effect in the Keyboard Test Pad input line. Try holding down a single key, such as  X , to see how the settings will affect keyboard operation. Most people prefer a speed around 20-25 character/second and the minimum delay (.25 second). 
  1296.  Execute DOS Command Dialog
  1297. The Execute DOS Command dialog executes a single DOS command. Enter DOS command to be executed. 
  1298. * *#*&*)***+*,*-*.*/*0*1*2*3*4*5*6*7*
  1299.